←Select platform

RasterRegion Constructor(byte[])

Summary
Initializes a new RasterRegion from the specified data.
Syntax
C#
VB
C++
Java
public RasterRegion( 
   byte[] data 
) 
Public Function New( _ 
   ByVal data() As Byte _ 
) 
public RasterRegion(byte[] data) 
public: 
RasterRegion(  
   array<byte>^ data 
) 

Parameters

data
An array of Byte that defines the interior of the new RasterRegion

Remarks

You can get the data that defines a region by creating a RasterRegion using any of the region methods and using the GetData method to obtain the data.

Example

For an example, refer to GetData.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.